home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / jackice-2.swf / scripts / frame_24 / DoAction_2.as next >
Encoding:
Text File  |  2011-12-21  |  145 b   |  12 lines

  1. level = 1;
  2. score = 0;
  3. bossMode = false;
  4. range = 0;
  5. extSpeed = 0;
  6. enemyJml = 5;
  7. init();
  8. this.onEnterFrame = function()
  9. {
  10.    game();
  11. };
  12.